CollectionBase<T> Constructor(T[])
Initializes a new instance of the CollectionEx<T> class containing the specified array of objects.
public CollectionBase<T>(
[]
)
'Declaration
Public Function New( _
ByVal () As _
)
'Usage
Dim value() As
Dim instance As New CollectionBase(Of T)(value)
Parameters
- value
- An array of objects with which to initialize the collection.